home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 019 / 123color.txt < prev    next >
Text File  |  1986-04-27  |  4KB  |  66 lines

  1.                             1-2-3 SCREEN COLORS
  2.  
  3.                From PC-WORLD Magazine *.* page 311  Oct 1985
  4.  
  5.     You can change the color of the Lotus screens on version 1A with this debug
  6. patch and the TD.DRV file.  TD.DRV provides the color for Lotus, but does not
  7. provide a way to change the default colors.
  8.  
  9.     Check Table 1 to determine the offset address of the worksheet feature
  10. you'd like to change.  Each feature has a 2 digit default value.  The FIRST
  11. DIGIT controls the BACKGROUND color and the SECOND DIGIT controls the
  12. FOREGROUND color.  Only colors 0 through 7 are allowed for the background.
  13.  
  14.     Make a backup copy of TD.DRV to another disk.  Then use the DEBUG.COM and
  15. TD.DRV to change the colors.   A>debug td.drv <enter>
  16.  
  17.     Debug will display a hyphen prompt ( - ).  At debugs prompt, type E
  18. followed by the appropriate offset address, then press <enter>.  Debug will
  19. display the offset address and its current value.  Make sure the current value
  20. matches the default value shown in table 1.  If it doesn't you shouldn't
  21. attempt these changes.  If the current value matches the default value, type
  22. the desired color value, press <enter>.
  23.  
  24.     For example:  To make the border color and cursor green, type -E 17E
  25. <enter>, then type 20 <enter> (right at the end of the address and default
  26. color number debug displays).
  27.  
  28.     You can repeat the E command to change another features color.  When your
  29. through, type W <enter> at the hyphen prompt to write the modified TD.DRV to
  30. the disk.  At the next hyphen prompt type Q <enter> to return to DOS.
  31.  
  32.     Then run Lotus to see how you came out.  IF you don't like the colors you
  33. selected, run DEBUG and TD.DRV again.
  34.  
  35.          <<<< This works on the standard color graphics adapter  >>>>
  36.          <<<<     and NOT on the Enhanced Graphics Adapter       >>>>
  37.  
  38.    ╔════════════════════════════════════════════════════════════════════╗
  39.    ║                            TABLE 1                                 ║
  40.    ╠════════════════════════════════════════════════════════════════════╣
  41.    ║ Features Controlled             Offset Address       Default Value ║
  42.    ╠════════════════════════════════════════════════════════════════════╣
  43.    ║ Worksheet cells,menus and                                          ║
  44.    ║ Help screens                         17D                 07        ║
  45.    ║ -------------------------------------------------------------------║
  46.    ║ Border and Cursor                    17E                 30        ║
  47.    ║ -------------------------------------------------------------------║
  48.    ║ Unprotected worksheet cells                                        ║
  49.    ║ and headings on help screens         17F                 0A        ║
  50.    ║ -------------------------------------------------------------------║
  51.    ║ Cursor on help screens and                                         ║
  52.    ║ cursor on unprotected                                              ║
  53.    ║ worksheet cells                      180                 28        ║
  54.    ╚════════════════════════════════════════════════════════════════════╝
  55.  
  56.    ╔════════════════════════════════════════════════════════════════════╗
  57.    ║                            TABLE 2                                 ║
  58.    ╠════════════════════════════════════════════════════════════════════╣
  59.    ║      0 Black      4 Red        8 Gray          C Light Red         ║
  60.    ║      1 Blue       5 Magenta    9 Light Blue    D Light Magenta     ║
  61.    ║      2 Green      6 Brown      A Light Green   E Yellow            ║
  62.    ║      3 Cyan       7 White      B Light Cyan    F Bright White      ║
  63.    ╚════════════════════════════════════════════════════════════════════╝
  64.  
  65.               Thanks to Albert Bleakley, Fort Belvoir,Virginia.
  66.